搜索资源列表

  1. FileSearch

    0下载:
  2. 来自Primer例子实现!自己实现的一个文本查询程序,可以实现,查找你所找的任意一个单词,或者单词的组合,然后返回给你出现该词的每一句话!这个程序,你可以学习c++的继承,以及句柄类的实现!很不错!代码无误,质量高!-Examples from the Primer to achieve! Their implementation of a text query program, you can achieve, you are loo
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:28672
    • 提供者:张漾
  1. Applied-CPP-

    0下载:
  2. Inside Applied C++, you will find: A C++ templates primer Workable coding guidelines and extensive coding examples Quick lists of need-to-know information about Exceptions, Assertions, and Standard Templ
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2229248
    • 提供者:jiang
  1. tushuguanlixitong

    0下载:
  2. 使用vc简单实现图书的管理如借书,还书,更新,管理员登录,会员登录的功能,可以作为一个入门,对刚接触c并有兴趣的同学.-Using VC to achieve a simple library management such as library, but also books, update, the administrator login, login function, can be used as a primer, just
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-21
    • 文件大小:1061888
    • 提供者:李明
  1. code

    0下载:
  2. 3D数学基础:图形与游戏开发 配套源码 《3D数学基础:图形与游戏开发》专业培训机构指定教学参考书,多家游戏开发企业共同推荐,游戏业界权威,探索游戏开发背后的核心秘密。《3D数学基础:图形与游戏开发》主要介绍了基本的3D数学概念,这对电脑游戏开发人员和编程人员来说尤为重要。作者详尽地讨论了数学理论,并在必要时提供几何说明,帮助读者形成直观的3D感。书中还提供了将理论应用于实践的C++类,并且在每章结尾处提供练习。《3D数学基础:图形
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:160768
    • 提供者:Dengeven
  1. CPP

    0下载:
  2. 供5个小实验供c++初学者入门,每一个小实验实现一定的功能,如计算不同形状的面积-For five small experiment for c++ beginners primer,Every small experiment achieve certain functions, such as the calculation of different shapes area
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:37888
    • 提供者:彭丫
  1. stm32

    0下载:
  2. 这还是对STM32的详细介绍,从简单的到难,是个入门的好书籍,对整个初学者都有很好的帮助,介绍非常全面-This is the detailed introduction of C language, from the simple to the difficult, is a primer on good books, to the beginners all have good help, introduce very compre
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-21
    • 文件大小:19039232
    • 提供者:老驴
  1. cPP-primer4-sources

    0下载:
  2. C++ Primer 4每一章,习题的答案源码,,方便学习~~~众所周知, C++ Primer是学习C++最理想的参考书之一,适用于各种水平的C++程序员。第4版不但保持了这种传统,而且有了很大改善。” -C++ Primer 4 sources
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:190464
    • 提供者:
  1. ThreadTest

    0下载:
  2. c++ 互斥锁,多线程,简单例子,适合初学者!-c++ Mutex, mulit thread example, used to primer.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:tqnd890919
  1. cdbf

    0下载:
  2. c++ builder DBF 数据库文件读写! 直接调用,无引索,其他功能文件及读写!-c++ builder DBF database files to read and write! Direct calls, no primer cord, documentation and other functions to read and write!
  3. 所属分类:数据库编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:nick
  1. updateCSharp-Winform-update

    0下载:
  2. C# Winform 实现软件自动更新升级,我们将登录窗口单独做成一个可执行文件,用户登录时,从网上检测是否有新的主程序,如果有,则从后台下载并覆盖老的版本,用户输入正确的用户名和密码后,通过参数将必要的信息(如用户名、密码等)传递给主程序,实现登录。   由于本项目涉及到不止一个程序,为保证运行正确,需要将编译后的可执行文件放到同一个文件夹,尽管我们可以编译后再将文件复制到同一个文件夹中,但每次都手工复制比较费事,这里采取一个简
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:828416
    • 提供者:ypudn73
  1. tableInfo

    0下载:
  2. C#读取数据列属性,先来实例化OleDbConnection对象,实例化OleDbDataAdapter对象,实例化DataSet对象,打开数据库,把数据读取到数据集合中,使用DataTable dTable = dtSet.Tables[0] 从数据集合中读取第一张表的数据,从表中读取列的属性,并写到listBox框中,最后别忘了关闭数据库连接-C# leer propiedades de la columna de datos, e
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:rpudn2
  1. deletefiles

    0下载:
  2. C#删除指定目录文件,挺简单的程序,两种功能:一是创建指定目录、二是删除指定目录,代码简单,适合C#新手学习-C# eliminar los archivos especificados de directorio, procedimiento muy simple, dos funciones: en primer lugar, crear el directorio especificado, el segundo es para
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:gpudn20
  1. 1

    0下载:
  2. 作为一本入门书(Primer),它以教程的形式 对 C++ 语言进行清晰的讲解,并辅以丰富的示例和各种学习辅助手段-As a primer (Primer), it takes a tutorial form A clear explanation of the C++ language, supplemented by a wealth of examples and various learning aid
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:2212864
    • 提供者:李玄
  1. Escritura_primer_programa

    0下载:
  2. Primer programa c++. Visualiza imagen.jpg
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:120832
    • 提供者:agt32a
  1. Visual.zip

    0下载:
  2. c#游戏开发编程入门学习,英语原版书籍,,,,,(C# game development programming primer learning, English original book,,,,,)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:7377920
    • 提供者:安妮2223
  1. Document

    0下载:
  2. Primer C++中文件的使用的方法示例代码(Methods of using documents)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:5140480
    • 提供者:LS1004
  1. 新建 好压 ZIP 压缩文件

    0下载:
  2. c语言经典例子导教,引导制作软件。入门必备(C language classic example guide, guide the production of software. Primer)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:50176
    • 提供者:guiyi945
« 1 2 ... 30 31 32 33 34 35»

源码中国 www.ymcn.org